Skip to content

[scout] move internal api tests to scout steps#263021

Merged
dmlemeshko merged 6 commits intoelastic:mainfrom
dmlemeshko:scout/skip-api-tests-for-no-changes
Apr 14, 2026
Merged

[scout] move internal api tests to scout steps#263021
dmlemeshko merged 6 commits intoelastic:mainfrom
dmlemeshko:scout/skip-api-tests-for-no-changes

Conversation

@dmlemeshko
Copy link
Copy Markdown
Contributor

@dmlemeshko dmlemeshko commented Apr 14, 2026

Summary

Closes https://github.com/elastic/appex-qa-team/issues/850

With selective testing enabled, it makes sense to move scout internal api tests running together with other tests, so that they can be skipped completely when there are 0 affected modules.

I also noticed that running tests without building plugins might be not reliable, so let's run internal tests against build as any other tests.

Screenshot 2026-04-14 at 15 35 28

@dmlemeshko dmlemeshko changed the title [scout] skip api tests for no changes, build plugins [scout] move internal api tests to scout steps Apr 14, 2026
@dmlemeshko dmlemeshko marked this pull request as ready for review April 14, 2026 13:53
@dmlemeshko dmlemeshko requested review from a team as code owners April 14, 2026 13:53
@dmlemeshko dmlemeshko added release_note:skip Skip the PR/issue when compiling release notes backport:all-open Backport to all branches that could still receive a release labels Apr 14, 2026
// Clean up output
if (outputId) {
await apiServices.fleet.outputs.delete(outputId);
apiTest.describe('Fleet Outputs Management', { tag: [...tags.stateful.classic] }, () => {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was the tags.serverless.security.complete removed?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API was returning 400, we don't have SecSol tests for now. I think tag was added by default and we never actually tested it

Copy link
Copy Markdown
Contributor

@steliosmavro steliosmavro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Copy Markdown
Contributor

@jbudz jbudz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.buildkite lgtm

@dmlemeshko dmlemeshko enabled auto-merge (squash) April 14, 2026 18:22
@elasticmachine
Copy link
Copy Markdown
Contributor

⏳ Build in-progress, with failures

Failed CI Steps

History

@dmlemeshko dmlemeshko merged commit a34ca6b into elastic:main Apr 14, 2026
17 checks passed
@kibanamachine
Copy link
Copy Markdown
Contributor

Starting backport for target branches: 8.19, 9.2, 9.3, 9.4

https://github.com/elastic/kibana/actions/runs/24427374909

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Apr 14, 2026
## Summary

Closes elastic/appex-qa-team#850

With selective testing enabled, it makes sense to move scout internal
api tests running together with other tests, so that they can be skipped
completely when there are 0 affected modules.

I also noticed that running tests without building plugins might be not
reliable, so let's run internal tests against build as any other tests.

<img width="1132" height="467" alt="Screenshot 2026-04-14 at 15 35 28"
src="https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f"
/>

(cherry picked from commit a34ca6b)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Apr 14, 2026
## Summary

Closes elastic/appex-qa-team#850

With selective testing enabled, it makes sense to move scout internal
api tests running together with other tests, so that they can be skipped
completely when there are 0 affected modules.

I also noticed that running tests without building plugins might be not
reliable, so let's run internal tests against build as any other tests.

<img width="1132" height="467" alt="Screenshot 2026-04-14 at 15 35 28"
src="https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f"
/>

(cherry picked from commit a34ca6b)
@kibanamachine
Copy link
Copy Markdown
Contributor

💔 Some backports could not be created

Status Branch Result
8.19 Backport failed because of merge conflicts
9.2 Backport failed because of merge conflicts

You might need to backport the following PRs to 9.2:
- Scout: enable Selective testing in Pull Requests (#261510)
9.3
9.4

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 263021

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Apr 15, 2026
# Backport

This will backport the following commits from `main` to `9.3`:
- [[scout] move internal api tests to scout steps
(#263021)](#263021)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2026-04-14T23:06:13Z","message":"[scout]
move internal api tests to scout steps (#263021)\n\n## Summary\n\nCloses
https://github.com/elastic/appex-qa-team/issues/850\n\nWith selective
testing enabled, it makes sense to move scout internal\napi tests
running together with other tests, so that they can be
skipped\ncompletely when there are 0 affected modules.\n\nI also noticed
that running tests without building plugins might be not\nreliable, so
let's run internal tests against build as any other tests.\n\n<img
width=\"1132\" height=\"467\" alt=\"Screenshot 2026-04-14 at 15 35
28\"\nsrc=\"https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f\"\n/>","sha":"a34ca6bba5d837d4c1b5b230d830f9669897344f","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v9.5.0"],"title":"[scout]
move internal api tests to scout
steps","number":263021,"url":"https://github.com/elastic/kibana/pull/263021","mergeCommit":{"message":"[scout]
move internal api tests to scout steps (#263021)\n\n## Summary\n\nCloses
https://github.com/elastic/appex-qa-team/issues/850\n\nWith selective
testing enabled, it makes sense to move scout internal\napi tests
running together with other tests, so that they can be
skipped\ncompletely when there are 0 affected modules.\n\nI also noticed
that running tests without building plugins might be not\nreliable, so
let's run internal tests against build as any other tests.\n\n<img
width=\"1132\" height=\"467\" alt=\"Screenshot 2026-04-14 at 15 35
28\"\nsrc=\"https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f\"\n/>","sha":"a34ca6bba5d837d4c1b5b230d830f9669897344f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/263021","number":263021,"mergeCommit":{"message":"[scout]
move internal api tests to scout steps (#263021)\n\n## Summary\n\nCloses
https://github.com/elastic/appex-qa-team/issues/850\n\nWith selective
testing enabled, it makes sense to move scout internal\napi tests
running together with other tests, so that they can be
skipped\ncompletely when there are 0 affected modules.\n\nI also noticed
that running tests without building plugins might be not\nreliable, so
let's run internal tests against build as any other tests.\n\n<img
width=\"1132\" height=\"467\" alt=\"Screenshot 2026-04-14 at 15 35
28\"\nsrc=\"https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f\"\n/>","sha":"a34ca6bba5d837d4c1b5b230d830f9669897344f"}}]}]
BACKPORT-->

Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
kibanamachine added a commit that referenced this pull request Apr 15, 2026
# Backport

This will backport the following commits from `main` to `9.4`:
- [[scout] move internal api tests to scout steps
(#263021)](#263021)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2026-04-14T23:06:13Z","message":"[scout]
move internal api tests to scout steps (#263021)\n\n## Summary\n\nCloses
https://github.com/elastic/appex-qa-team/issues/850\n\nWith selective
testing enabled, it makes sense to move scout internal\napi tests
running together with other tests, so that they can be
skipped\ncompletely when there are 0 affected modules.\n\nI also noticed
that running tests without building plugins might be not\nreliable, so
let's run internal tests against build as any other tests.\n\n<img
width=\"1132\" height=\"467\" alt=\"Screenshot 2026-04-14 at 15 35
28\"\nsrc=\"https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f\"\n/>","sha":"a34ca6bba5d837d4c1b5b230d830f9669897344f","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v9.5.0"],"title":"[scout]
move internal api tests to scout
steps","number":263021,"url":"https://github.com/elastic/kibana/pull/263021","mergeCommit":{"message":"[scout]
move internal api tests to scout steps (#263021)\n\n## Summary\n\nCloses
https://github.com/elastic/appex-qa-team/issues/850\n\nWith selective
testing enabled, it makes sense to move scout internal\napi tests
running together with other tests, so that they can be
skipped\ncompletely when there are 0 affected modules.\n\nI also noticed
that running tests without building plugins might be not\nreliable, so
let's run internal tests against build as any other tests.\n\n<img
width=\"1132\" height=\"467\" alt=\"Screenshot 2026-04-14 at 15 35
28\"\nsrc=\"https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f\"\n/>","sha":"a34ca6bba5d837d4c1b5b230d830f9669897344f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/263021","number":263021,"mergeCommit":{"message":"[scout]
move internal api tests to scout steps (#263021)\n\n## Summary\n\nCloses
https://github.com/elastic/appex-qa-team/issues/850\n\nWith selective
testing enabled, it makes sense to move scout internal\napi tests
running together with other tests, so that they can be
skipped\ncompletely when there are 0 affected modules.\n\nI also noticed
that running tests without building plugins might be not\nreliable, so
let's run internal tests against build as any other tests.\n\n<img
width=\"1132\" height=\"467\" alt=\"Screenshot 2026-04-14 at 15 35
28\"\nsrc=\"https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f\"\n/>","sha":"a34ca6bba5d837d4c1b5b230d830f9669897344f"}}]}]
BACKPORT-->

Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Apr 15, 2026
## Summary

Closes elastic/appex-qa-team#850

With selective testing enabled, it makes sense to move scout internal
api tests running together with other tests, so that they can be skipped
completely when there are 0 affected modules.

I also noticed that running tests without building plugins might be not
reliable, so let's run internal tests against build as any other tests.

<img width="1132" height="467" alt="Screenshot 2026-04-14 at 15 35 28"
src="https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f"
/>

(cherry picked from commit a34ca6b)

# Conflicts:
#	.buildkite/scout_ci_config.yml
#	.buildkite/scripts/steps/test/scout/test_run_builder.sh
@dmlemeshko
Copy link
Copy Markdown
Contributor Author

💚 All backports created successfully

Status Branch Result
8.19

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

dmlemeshko added a commit that referenced this pull request Apr 15, 2026
)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[scout] move internal api tests to scout steps
(#263021)](#263021)

<!--- Backport version: 11.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2026-04-14T23:06:13Z","message":"[scout]
move internal api tests to scout steps (#263021)\n\n## Summary\n\nCloses
https://github.com/elastic/appex-qa-team/issues/850\n\nWith selective
testing enabled, it makes sense to move scout internal\napi tests
running together with other tests, so that they can be
skipped\ncompletely when there are 0 affected modules.\n\nI also noticed
that running tests without building plugins might be not\nreliable, so
let's run internal tests against build as any other tests.\n\n<img
width=\"1132\" height=\"467\" alt=\"Screenshot 2026-04-14 at 15 35
28\"\nsrc=\"https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f\"\n/>","sha":"a34ca6bba5d837d4c1b5b230d830f9669897344f","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v9.4.0","v9.5.0","v9.3.4"],"title":"[scout]
move internal api tests to scout
steps","number":263021,"url":"https://github.com/elastic/kibana/pull/263021","mergeCommit":{"message":"[scout]
move internal api tests to scout steps (#263021)\n\n## Summary\n\nCloses
https://github.com/elastic/appex-qa-team/issues/850\n\nWith selective
testing enabled, it makes sense to move scout internal\napi tests
running together with other tests, so that they can be
skipped\ncompletely when there are 0 affected modules.\n\nI also noticed
that running tests without building plugins might be not\nreliable, so
let's run internal tests against build as any other tests.\n\n<img
width=\"1132\" height=\"467\" alt=\"Screenshot 2026-04-14 at 15 35
28\"\nsrc=\"https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f\"\n/>","sha":"a34ca6bba5d837d4c1b5b230d830f9669897344f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"9.4","label":"v9.4.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/263219","number":263219,"state":"MERGED","mergeCommit":{"sha":"6934b187917412faff8668be7e490602d4b20d17","message":"[9.4]
[scout] move internal api tests to scout steps (#263021) (#263219)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.4`:\n- [[scout] move internal api tests to scout
steps\n(#263021)](https://github.com/elastic/kibana/pull/263021)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Dzmitry Lemechko
<dzmitry.lemechko@elastic.co>"}},{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/263021","number":263021,"mergeCommit":{"message":"[scout]
move internal api tests to scout steps (#263021)\n\n## Summary\n\nCloses
https://github.com/elastic/appex-qa-team/issues/850\n\nWith selective
testing enabled, it makes sense to move scout internal\napi tests
running together with other tests, so that they can be
skipped\ncompletely when there are 0 affected modules.\n\nI also noticed
that running tests without building plugins might be not\nreliable, so
let's run internal tests against build as any other tests.\n\n<img
width=\"1132\" height=\"467\" alt=\"Screenshot 2026-04-14 at 15 35
28\"\nsrc=\"https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f\"\n/>","sha":"a34ca6bba5d837d4c1b5b230d830f9669897344f"}},{"branch":"9.3","label":"v9.3.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/263218","number":263218,"state":"MERGED","mergeCommit":{"sha":"17444c9abc507f13d4ee90a83411844eec9b0837","message":"[9.3]
[scout] move internal api tests to scout steps (#263021) (#263218)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.3`:\n- [[scout] move internal api tests to scout
steps\n(#263021)](https://github.com/elastic/kibana/pull/263021)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Dzmitry Lemechko <dzmitry.lemechko@elastic.co>"}}]}] BACKPORT-->
dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Apr 16, 2026
## Summary

Closes elastic/appex-qa-team#850

With selective testing enabled, it makes sense to move scout internal
api tests running together with other tests, so that they can be skipped
completely when there are 0 affected modules.

I also noticed that running tests without building plugins might be not
reliable, so let's run internal tests against build as any other tests.

<img width="1132" height="467" alt="Screenshot 2026-04-14 at 15 35 28"
src="https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f"
/>

(cherry picked from commit a34ca6b)

# Conflicts:
#	.buildkite/scripts/steps/test/scout/test_run_builder.sh
@dmlemeshko
Copy link
Copy Markdown
Contributor Author

💚 All backports created successfully

Status Branch Result
9.2

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

dmlemeshko added a commit that referenced this pull request Apr 16, 2026
# Backport

This will backport the following commits from `main` to `9.2`:
- [[scout] move internal api tests to scout steps
(#263021)](#263021)

<!--- Backport version: 11.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2026-04-14T23:06:13Z","message":"[scout]
move internal api tests to scout steps (#263021)\n\n## Summary\n\nCloses
https://github.com/elastic/appex-qa-team/issues/850\n\nWith selective
testing enabled, it makes sense to move scout internal\napi tests
running together with other tests, so that they can be
skipped\ncompletely when there are 0 affected modules.\n\nI also noticed
that running tests without building plugins might be not\nreliable, so
let's run internal tests against build as any other tests.\n\n<img
width=\"1132\" height=\"467\" alt=\"Screenshot 2026-04-14 at 15 35
28\"\nsrc=\"https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f\"\n/>","sha":"a34ca6bba5d837d4c1b5b230d830f9669897344f","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v9.4.0","v9.5.0","v9.3.4","v8.19.15"],"title":"[scout]
move internal api tests to scout
steps","number":263021,"url":"https://github.com/elastic/kibana/pull/263021","mergeCommit":{"message":"[scout]
move internal api tests to scout steps (#263021)\n\n## Summary\n\nCloses
https://github.com/elastic/appex-qa-team/issues/850\n\nWith selective
testing enabled, it makes sense to move scout internal\napi tests
running together with other tests, so that they can be
skipped\ncompletely when there are 0 affected modules.\n\nI also noticed
that running tests without building plugins might be not\nreliable, so
let's run internal tests against build as any other tests.\n\n<img
width=\"1132\" height=\"467\" alt=\"Screenshot 2026-04-14 at 15 35
28\"\nsrc=\"https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f\"\n/>","sha":"a34ca6bba5d837d4c1b5b230d830f9669897344f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"9.4","label":"v9.4.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/263219","number":263219,"state":"MERGED","mergeCommit":{"sha":"6934b187917412faff8668be7e490602d4b20d17","message":"[9.4]
[scout] move internal api tests to scout steps (#263021) (#263219)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.4`:\n- [[scout] move internal api tests to scout
steps\n(#263021)](https://github.com/elastic/kibana/pull/263021)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Dzmitry Lemechko
<dzmitry.lemechko@elastic.co>"}},{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/263021","number":263021,"mergeCommit":{"message":"[scout]
move internal api tests to scout steps (#263021)\n\n## Summary\n\nCloses
https://github.com/elastic/appex-qa-team/issues/850\n\nWith selective
testing enabled, it makes sense to move scout internal\napi tests
running together with other tests, so that they can be
skipped\ncompletely when there are 0 affected modules.\n\nI also noticed
that running tests without building plugins might be not\nreliable, so
let's run internal tests against build as any other tests.\n\n<img
width=\"1132\" height=\"467\" alt=\"Screenshot 2026-04-14 at 15 35
28\"\nsrc=\"https://github.com/user-attachments/assets/1cc6453a-74ad-45be-b855-ecccc28fc20f\"\n/>","sha":"a34ca6bba5d837d4c1b5b230d830f9669897344f"}},{"branch":"9.3","label":"v9.3.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/263218","number":263218,"state":"MERGED","mergeCommit":{"sha":"17444c9abc507f13d4ee90a83411844eec9b0837","message":"[9.3]
[scout] move internal api tests to scout steps (#263021) (#263218)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.3`:\n- [[scout] move internal api tests to scout
steps\n(#263021)](https://github.com/elastic/kibana/pull/263021)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Dzmitry Lemechko
<dzmitry.lemechko@elastic.co>"}},{"branch":"8.19","label":"v8.19.15","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/263297","number":263297,"state":"MERGED","mergeCommit":{"sha":"91890b4c461cf00a2116db60626a3fd5a541aeb8","message":"[8.19]
[scout] move internal api tests to scout steps (#263021) (#263297)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`8.19`:\n- [[scout] move internal api tests to scout
steps\n(#263021)](https://github.com/elastic/kibana/pull/263021)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n"}}]}]
BACKPORT-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes v8.19.15 v9.2.9 v9.3.4 v9.4.0 v9.5.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants